home *** CD-ROM | disk | FTP | other *** search
/ The Big Mouth 16 / Big_Mouth_The_16_1997_-_Side_D.d64 / the main menu_bm (.txt) < prev   
Commodore BASIC  |  2023-02-26  |  1KB  |  38 lines

  1. 1 rem"          "bm eyes only!(NULL)
  2. 2 poke 808,234:poke 53280,0:poke 53281,0
  3. 4 fort=1 to 500:next
  4. 6 print"[147][155]"tab(7)"the big mouth - main menu"
  5. 8 fort=1 to 2000:next
  6. 10 print"[147]"
  7. 15 fort=1 to 500:next
  8. 20 printtab(7)"the big mouth - main menu"
  9. 30 print"a - confusing quest instructions"
  10. 31 print"b - confusing quest intro"
  11. 32 print"c - quest 1"
  12. 33 print"d - quest 2"
  13. 34 print"e - quest 3"
  14. 35 print"f - quest 4"
  15. 36 print"g - quest 5"
  16. 37 print"h - contact me/nathan smith"
  17. 50 print"pick a program to load (a-h) ?"
  18. 55 get a$:if a$="" then 55
  19. 60 a=asc(a$):if a-64<1 or a-64>8 then 55
  20. 65 forx=49152 to 49170:ready:poke x,y:nextx
  21. 70 print""tab(15)" loading "
  22. 75 sys 49152
  23. 76 data 120,169,013,141,040,003,169,192
  24. 77 data 141,041,003,088,096,238,032,208
  25. 78 data 076,237,246
  26. 80 on a-64 goto 101,102,103,104,105,106,107,110
  27. 100 :
  28. 101 load"cq  instructions",8,1
  29. 102 load"conf.quest intro",8,1
  30. 103 load"c.quest -quest 1",8,1
  31. 104 load"c.quest -quest 2",8,1
  32. 105 load"c.quest -quest 3",8,1
  33. 106 load"c.quest -quest 4",8,1
  34. 107 print"  confusing quest - codes for quest 5"
  35. 108 print"   4719"tab(13)"1005"tab(23)"7916"tab(33)"5107"
  36. 109 load"c.quest -quest 5",8,1
  37. 110 load"contact me   /ns",8,1
  38.